IAxis.PosToVelRatio property

Converts the velocity from count per second to the unit a servo drive uses.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
double PosToVelRatio { get; set; }
Property PosToVelRatio As Double

Property Value

Type: double

Remark

Count per second is the standard velocity unit. This method should be used only when you are using non-standard servo drives.

The following is an example of unit conversion if your servo drive's velocity unit is rpm:

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace